// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-03A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['Maxwell Mortgage Legends Concert: Brooks and Dunn & Garth Brooks Tributes','Paradise Coast Sports Complex','Naples, FL','Friday','5/3/2024','5:30 PM','6265731','Maxwell-Mortgage-Legends-Concert--Brooks-and-Dunn---Garth-Brooks-Tributes-5-3-2024'],['Brooks And Dunn','iTHINK Financial Amphitheatre','West Palm Beach, FL','Friday','5/3/2024','7:00 PM','6226972','Brooks-And-Dunn-5-3-2024'],['Brooks And Dunn','MidFlorida Credit Union Amphitheatre At The Florida State Fairgrounds','Tampa, FL','Saturday','5/4/2024','7:00 PM','6226973','Brooks-And-Dunn-5-4-2024'],['A Tribute to Brooks & Dunn','McMorran Theater at McMorran Place','Port Huron, MI','Saturday','5/4/2024','8:00 PM','5935927','A-Tribute-to-Brooks---Dunn-5-4-2024'],['Brooks And Dunn','Walmart AMP','Rogers, AR','Friday','5/10/2024','7:00 PM','6226974','Brooks-And-Dunn-5-10-2024'],['Brooks And Dunn','Lucas Oil Live At WinStar Casino','Thackerville, OK','Saturday','5/11/2024','8:00 PM','6227739','Brooks-And-Dunn-5-11-2024'],['Brooks And Dunn','Smoothie King Center','New Orleans, LA','Thursday','5/16/2024','7:00 PM','6226975','Brooks-And-Dunn-5-16-2024'],['Brooks And Dunn','The Cynthia Woods Mitchell Pavilion','Spring, TX','Friday','5/17/2024','7:00 PM','6226976','Brooks-And-Dunn-5-17-2024'],['Dunn and Brooks - Tribute to Brooks and Dunn','Old Town Theatre','Huntsville, TX','Saturday','5/18/2024','7:00 PM','6285163','Dunn-and-Brooks---Tribute-to-Brooks-and-Dunn-5-18-2024'],['Brooks And Dunn','Utah First Credit Union Amphitheatre','Salt Lake City, UT','Thursday','5/30/2024','7:00 PM','6226977','Brooks-And-Dunn-5-30-2024']],'"Brooks and Dunn"','https://www.ticketnetwork.com');